home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
comms
/
other
/
hserv
/
cgi-bin
/
test.cgi
< prev
next >
Wrap
Text File
|
1999-06-14
|
178b
|
10 lines
#!/bin/sh
echo Content-type: text/html
echo
echo "<html><head><title>perl CGI</title></head>"
echo "<body><h1><strong>Hi World from perl!</strong></h1></body>"
echo "</html>"